| Package | Description |
|---|---|
| negotiator.utility |
| Modifier and Type | Method and Description |
|---|---|
static EVALFUNCTYPE |
EVALFUNCTYPE.convertToType(java.lang.String type)
Method which convert a string type to an object.
|
EVALFUNCTYPE |
EvaluatorReal.getFuncType() |
EVALFUNCTYPE |
EvaluatorInteger.getFuncType() |
static EVALFUNCTYPE |
EVALFUNCTYPE.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EVALFUNCTYPE[] |
EVALFUNCTYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EvaluatorReal.setType(EVALFUNCTYPE pType) |